Overload | Description |
---|---|
NotThrow(String,Object[]) | Asserts that the current Func does not throw any exception. |
NotThrow<TException> | Asserts that the current System.Delegate does not throw an exception of type TException. (Inherited from FluentAssertions.Specialized.DelegateAssertions<Func<T>,FunctionAssertions<T>>) |